home *** CD-ROM | disk | FTP | other *** search
Text File | 1986-03-19 | 703 b | 26 lines | [TEXT/FstE] |
- /* Copyright (c) Mar, 1986 UMMC. All rights reserved
-
- Filename: std.h
-
- Abstract: This module defines the standard system interface for the CLIP environment.
-
- Environment: UM/CLIP
-
- Revision History:
- Rev # Date Auth Reason
- ----- ---------- ----- ----------------------------------
- 0.0 18-mar-86 js original implementation
- 0.1 19-mar-86 daf redefine boolean
-
- =========================================================================*/
-
-
- /* define variable types */
-
- typedef int INT;
- typedef float FLOAT;
- typedef double DOUBLE;
- typedef INT ERRCODE;
- typedef Boolean BOOL;
-
-